-
Notifications
You must be signed in to change notification settings - Fork 0
release: v0.3.0 #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
herokwon
wants to merge
25
commits into
main
Choose a base branch
from
release/v0.3.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: v0.3.0 #111
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(Editor): `CodeHighlightPlugin` 구현 * test(Editor): `CodeHighlightPlugin` 테스트 코드 추가 * design(Editor): 코드 블록 하이라이트 스타일 추가 * feat(Editor/ToolbarPlugin): 코드 블록 토글 버튼 구현 * test(Editor/ToolbarPlugin): 버튼 수 변화에 따른 테스트 케이스 데이터 변경 * feat(Editor): 커스텀 `CodeNode` 클래스 구현 * feat(Editor): `CodeLanguageSelectorPlugin` 구현 * design(Editor): 코드 블록 선택 요소 스타일 추가 * test(Editor): `CodeLanguageSelectPlugin` 테스트 코드 추가 * chore(vitest): `nodes` 디렉토리 제외 패턴 추가
* feat(Editor/nodes): `ImageNode` 클래스 및 Decorate 요소 구현 * feat(Editor/plugins): `ImagePlugin` 구현 * test(Editor/plugins): `ImagePlugin` 테스트 코드 추가 * feat(Editor/plugins): `ToolbarPlugin`에 이미지 삽입 기능 구현 * test(Editor/plugins): 이미지 삽입 기능 추가에 따른 `ToolbarPlugin` 테스트 케이스 수정 * feat(Editor/plugins): `DragDropPlugin` 구현 * test(Editor/plugins): `DragDropPlugin` 테스트 코드 추가
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request implements version 0.3.0 release with the following key features:
Changes:
- Disabled pnpm symlinks via
.npmrcconfiguration - Implemented code block functionality with syntax highlighting support
- Implemented image insertion feature with drag-and-drop support
- Updated multiple dependency versions
Reviewed changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 17 comments.
Show a summary per file
| File | Description |
|---|---|
.npmrc |
Added pnpm configuration to disable symlinks |
package.json |
Updated dependency versions; removed @lexical/utils |
eslint.config.mjs |
Added ignore patterns for generated files |
src/app/globals.css |
Added styles for code blocks and syntax highlighting |
src/features/Editor/theme.ts |
Added code highlighting theme classes |
src/features/Editor/EditorShell.tsx |
Integrated new nodes and plugins |
src/features/Editor/index.ts |
Exported new plugins |
src/features/Editor/nodes/* |
Implemented custom CodeNode and ImageNode |
src/features/Editor/plugins/* |
Implemented CodeHighlightPlugin, CodeLanguageSelectPlugin, ImagePlugin, DragDropPlugin |
src/features/Editor/plugins/ToolbarPlugin.tsx |
Added code block and image insertion buttons |
src/features/Editor/plugins/ToolbarPlugin.test.tsx |
Updated tests to use name-based button selection |
src/features/Post/components/PostContent.tsx |
Added CodeHighlightPlugin for post viewing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
⚡Deploying with Cloudflare Workers
|
⚡Deploying with Cloudflare Workers
|
This was
linked to
issues
Feb 2, 2026
Closed
⚡Deploying with Cloudflare Workers
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍 개요
🛠 변경 사항
.npmrc)❗ 관련 이슈